/*
 * Date: 2016-12-07
 */
@charset "UTF-8";
/*
 * 重置默认样式
 */
*{margin: 0px; padding: 0px; font-size: 14px; color: #000; line-height: 100%; font-family:'微软雅黑';}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol,li{list-style: none;}
img{display: block; border: none; width: 100%; height: auto;}
a{text-decoration: none; border: none;}
input,button,select,textarea{outline: none; border: none;}
textarea{resize: none;}
/*
 * 浮动
 */
.float_left{float: left !important;}
.float_right{float: right !important;}
.clearfix:after{display: block; content: ""; height: 0px; clear: both; visibility: hidden;}
.clearfix{zoom: 1;}  search_group
/*
 * 公共样式
 */
.box_sizing{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.scroll_warp{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 30px;
    background: #fff;
    border:solid 1px #f4f4f4;
    border-radius:8px;
}
.htmlBody{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f4f4f4;
}

.buttonEdit{
    background-color: #0ccdaf;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    margin-right: 4px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 60px;
}
.buttonMan{
    background-color: #00a9e7;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    margin-right: 4px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 60px;
}
.buttonDel{
    background-color: #e75b53;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    margin-right: 4px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 60px;
}

.buttonAdd{
    background-color: #e75b53;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    margin-right: 4px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 60px;
}
.blueBtn{
    background-color: #00a9e7;
    width:76px;
    height: 32px;
    border: 1px solid #00a9e7;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.redBtn{
    background-color: #d43b33;
    width:76px;
    height: 32px;
    border: 1px solid #d43b33;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.canBtn{
    background-color: #999;
    width:76px;
    height: 32px;
    border: 1px solid #999;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.selectBtn{
    width:76px;
    border: 1px solid #d43b33;
    background-color: #fff;
    border-radius: 4px;
    color: #d43b33;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px; padding-bottom: 4px;
}

.editBtn{
    background-color: #0ccdaf;
    width:76px;
    height: 32px;
    border: 1px solid #0ccdaf;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
/*
 * 自定义tips
 */
.tips_panel{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.36);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;

}
.tips_panel > div{
    width: 300px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px 0px 0px -150px;
    border-top:  solid 3px #d43b33;
}
.tips_panel .tips_txt{
    padding: 20px 0px;
    font-weight: bold;
    font-size: 22px;
}
.tips_panel h3{
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding: 0px 15px;
}
.tips_panel .tips_button{
    border-top: 1px solid #dadada;
    padding: 10px 0px;
}
.tips_panel .tips_close,
.tips_panel .tips_sure{
    width: 30%;
    margin: 0px auto;
}
.tips_panel button{
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 2px;
    cursor: pointer;
}
.tips_panel .tips_button2 .tips_close{
    float: left;
    margin: 0px 0px 0px 20px;
}
.tips_panel .tips_button2 .tips_sure{
    float: right;
    margin: 0px 20px 0px 0px;
}
/*
 * 自定义select
 */
.custom_select{
    width: 100%;
    position: relative;
    cursor: default;
}
.custom_select *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.custom_select ul{
    display: none;
}
.custom_select > h2{
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    padding: 0px 18px 0px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    margin: 0px;
    overflow: hidden;
}
.custom_select2 > h2{
    height: 34px;
    line-height: 32px;
    border-radius: 4px;
}
.custom_select3 > h2{
    height: 30px;
    line-height: 28px;
}
.custom_select > i{
    position: absolute;
    right: 6px;
    top: 9px;
    border-top: 6px solid #222;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.custom_select2 > i{
    top: 13px;
}
.custom_select3 > i{
    top: 12px;
}
.custom_select > ul{
    max-height: 300px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: auto;
    position: absolute;
    left: 0px;
    top: 24px;
    z-index: 99;
}
.custom_select2 > ul{
    top: 34px;
}
.custom_select3 > ul{
    top: 30px;
}
.custom_select p,
.custom_select h3{
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
    white-space: nowrap;
    position: relative;
}
.custom_select p:hover{
    color: #fff;
    background-color: #238dff;
}
.custom_select h3 > i{
    border-left: 4px solid #444;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 6px;
}
.custom_select h3.active > i{
    border-bottom: 0px;
    border-top: 4px solid #444;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 8px;
}
.custom_select .floor_one p{
    padding-left: 10px;
}
.custom_select .floor_one h3,
.custom_select .floor_two p{
    padding-left: 22px;
}
.custom_select .floor_two h3,
.custom_select .floor_three p{
    padding-left: 34px;
}
.custom_select .floor_three h3,
.custom_select .floor_four p{
    padding-left: 46px;
}
.custom_select .floor_four h3,
.custom_select .floor_five p{
    padding-left: 58px;
}
.custom_select .floor_one h3 > i{
    left: 12px;
}
.custom_select .floor_two h3 > i{
    left: 24px;
}
.custom_select .floor_three h3 > i{
    left: 36px;
}
.custom_select .floor_four h3 > i{
    left: 48px;
}
/*
 * 自定义table
 */
.custom_table{
    width: 100%;
    cursor: default;
    border-left: 1px solid #ddd;
}
.custom_table *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    margin: 0px;
}
.custom_table h2,
.custom_table h3,
.custom_table p{
    float: left;
    width: 25%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
}
.custom_table3 h2,
.custom_table3 h3,
.custom_table3 p{
    width: 20%
}
.custom_table2 h2,
.custom_table2 h3,
.custom_table2 p{
    width: 14.283%
}
.custom_table i{
    border-left: 4px solid #444;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 16px;
}
.custom_table h3.active > i{
    border-bottom: 0px;
    border-top: 4px solid #444;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 18px;
}
.custom_table .table_head{
    border-top: 1px solid #ddd;
}
.custom_table .table_head h2{
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    background-color: #eee;
}
.custom_table .table_body h3,
.custom_table .table_body p{
    line-height: 30px;
    padding: 5px 0px;
}
.custom_table .table_body h3{
    position: relative;
}
.custom_table .table_body ul{
    float: left;
    width: 100%;
    display: none;
}
.custom_table .table_body .floor_one h3,
.custom_table .table_body .floor_one p{
    padding-left: 30px;
}
.custom_table .table_body .floor_one i{
    left: 15px;
}
.custom_table .table_body .floor_two h3,
.custom_table .table_body .floor_two p{
    padding-left: 45px;
}
.custom_table .table_body .floor_two i{
    left: 30px;
}
.custom_table .table_body .floor_three h3,
.custom_table .table_body .floor_three p{
    padding-left: 60px;
}
.custom_table .table_body .floor_three i{
    left: 45px;
}
.custom_table .table_body .floor_four h3,
.custom_table .table_body .floor_four p{
    padding-left: 75px;
}
.custom_table .table_body .floor_four i{
    left: 60px;
}
.custom_table .table_body .button1{
    display: block;
    min-width: 60px;
    height: 30px;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    margin: 0px auto;
    line-height: 20px;
    background: -webkit-linear-gradient(top, #3078BB, #336E9D);
    background: -moz-linear-gradient(top, #3078BB, #336E9D);
    background: -o-linear-gradient(top, #3078BB, #336E9D);
    background: linear-gradient(top, #3078BB, #336E9D);
}
.custom_table .table_body .button1:hover{
    background: -webkit-linear-gradient(top, #4b8cc8, #3682be);
    background: -moz-linear-gradient(top, #4b8cc8, #3682be);
    background: -o-linear-gradient(top, #4b8cc8, #3682be);
    background: linear-gradient(top, #4b8cc8, #3682be);
}
/*
 * 大图显示
 */
.image_preview_box{
    position: fixed;
    top: 200px;
    z-index: 999;
    box-shadow: 0px 0px 30px 0px #aaa;
    background-color: #fff;
}
.image_preview_box img{
    width: auto;
    height: 250px;
}
/*
 * 刷新按钮
 */
.refresh_button{
    width: 80px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background: -webkit-linear-gradient(top, #3078BB, #336E9D);
    background: -moz-linear-gradient(top, #3078BB, #336E9D);
    background: -o-linear-gradient(top, #3078BB, #336E9D);
    background: linear-gradient(top, #3078BB, #336E9D);
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
}
.refresh_button:hover{
    background: -webkit-linear-gradient(top, #4b8cc8, #3682be);
    background: -moz-linear-gradient(top, #4b8cc8, #3682be);
    background: -o-linear-gradient(top, #4b8cc8, #3682be);
    background: linear-gradient(top, #4b8cc8, #3682be);
}
/*
 * loading
 */
.loading{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0) url("/static/image/image.jpg") no-repeat 50% 50%;
    background-size: 50px auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
}
/*
 * 悬浮按钮
 */
.fixed_button_group{
    background-color: #666;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
    position: fixed;
    bottom: 150px;
    right: 100%;
}
.fixed_button_group > p{
    float: left;
    width: 95px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    margin: 0px;
    cursor: default;
}
.fixed_button_group > button{
    float: left;
    min-width: 65px;
    color: #fff;
    height: 30px;
    border-radius: 3px;
    padding: 0px 10px;
    margin: 4px 10px 0px 0px;
    background: -webkit-linear-gradient(top, #3078BB, #336E9D);
    background: -moz-linear-gradient(top, #3078BB, #336E9D);
    background: -o-linear-gradient(top, #3078BB, #336E9D);
    background: linear-gradient(top, #3078BB, #336E9D);
}
/*
 * 表单页面
 */
.highlight{
    width: 95%;
    margin: 20px auto;
    padding: 10px 0px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 3px;
}
.star_red{
    color: #d62350;
    padding-left: 5px;
}
/*
 * 登录
 */
.login_page_html,
.login_page,
.login_page_bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.login_page_bg{
    background: url("/static/img/login.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.login_page_panel{
    width: 660px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -260px;
}
.login_page h1{
    height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background-size: 100% auto;
    padding-bottom: 25px;
    border-bottom:  solid 6px #d43b33;
    color:#d43b33;
}
.login_page .username,.password,.verifycode,.login_button{
    padding-top: 30px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    vertical-align:middle;
}

.login_page .verifycode button{
    float: right;
    min-width: 150px;
    background-color: #333;
    padding: 0px 15px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.login_page .verifycode button.disabled{
    color: #666;
    background-color: #999;
}

.login_button button{
    background: #d43b33;
    width:176px;
    height: 60px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 50px;
    margin-top: 15px;
}
.login_div{
    width:480px;
    background: #f4f4f4;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.login_input{
    width: 380px;
    height: 64px;
    line-height: 64px;
    background: #f4f4f4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*
 * 修改密码
 */
.update_password_panel{
    width:500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 14px;
}
.update_password_panel li{
    height: 66px;
    line-height: 66px;
}
.update_password_panel li label{
    width:100px;
    text-align: right;
    font-weight: normal;
}

.update_password_panel li input{
    width:300px;
    border:  solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
    padding-left: 20px;
    line-height: 30px;
}

.update_password_panel li button{
    border-radius: 5px;
    line-height: 30px;
    margin-left: 180px;
}

/*
 * 主页
 */
.index_page_html,
.index_page{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_page .tabs{
    border-bottom: none;
    padding-left: 0px;
}
.index_page .tabs-header{
    padding-top: 4px;
    background-color: #f5f5f5;
}
.index_page .tabs li.tabs-selected a.tabs-inner{
    background-color: #ddd;
}
.index_page .panel-body{
    overflow: hidden;
}
.index_page .head{
    width: 100%;
    height: 100px;
    background-image:url('/static/img/topbg.png');
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.index_page .head .hometar{
    background: url('/static/img/mian.png')  no-repeat;
    background-position: 20px 80px;
    padding-left: 50px;
    padding-top: 80px;
    font-size: 14px;
}
.index_page .head .user{
    float: right;
    padding-top:14px;
    padding-right: 30px;
}
.index_page .head .user_icon{
    float: left;
    width: auto;
    padding-top: 7px;
    padding-right: 6px;
}
.index_page .head .user_name{
    float: left;
    line-height: 30px;
    cursor: pointer;
}

.logo{
    width:100%;
    padding-top:30px;
    padding-bottom: 40px;
    text-align: center;
    cursor: default;
}
.logo img{
    display: block;
    width:76px;
    padding-left:77px;
    padding-bottom: 10px;
}
.index_page .body{
    width: 100%;
    height: calc(100%);
    height: -moz-calc(100% );
    height: -webkit-calc(100%);
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.left_menu{
    float: left;
    width: 240px;
    height: 100%;
    background-color: #25272b;
    color:#fff;
    overflow: hidden;
}
.left_menu *{
    color: #fff;
}

.arrow_right{
    background-image: url("/static/image/left.jpg");
}
.arrow_down{
    background-image: url("/static/image/kai.png");
    font-weight: bold;
    color: red;
}

.right_content{
    float: right;
    width: calc(100% - 241px);
    width: -moz-calc(100% - 241px);
    width: -webkit-calc(100% - 241px);
    height: 100%;
    background-color: #f4f4f4;
    overflow: hidden;
}
.home{
    background: url('/static/img/shou.png')  no-repeat;
    background-position: 35px 25px;
    background-color:#222;
    line-height:70px;
    padding-left: 70px;
    font-size: 16px;
    cursor:pointer;
    border-top:  solid 1px #34363a;
}
.aut{
    background: url('/static/img/quan.png')  no-repeat;
    background-position: 35px 25px;
    line-height:70px;
    padding-left: 70px;
    font-size: 16px;
    cursor:pointer;
    border-top:  solid 1px #34363a;
}
.sys{
    background: url('/static/img/ji.png')  no-repeat;
    background-position: 35px 25px;
    line-height:70px;
    padding-left: 70px;
    font-size: 16px;
    cursor:pointer;
    border-top:  solid 1px #34363a;
    border-bottom: solid 1px #999;
}
.act{
    background: url('/static/img/piao.png')  no-repeat;
    background-position: 35px 28px;
    line-height:70px;
    padding-left: 70px;
    font-size: 16px;
    cursor:pointer;
    border-top:  solid 1px #34363a;
}
.users{
    background: url('/static/img/yong.png')  no-repeat;
    background-position: 35px 25px;
    line-height:70px;
    padding-left: 70px;
    font-size: 16px;
    cursor:pointer;
    border-top:  solid 1px #34363a;
}
.ji{
    background: url('/static/img/ji.png')  no-repeat;
    background-position: 35px 25px;
    line-height:70px;
    padding-left: 70px;
    font-size: 16px;
    cursor:pointer;
    border-top:  solid 1px #34363a;
}
.fan{
    background: url('/static/img/cai.png')  no-repeat;
    background-position: 35px 25px;
    line-height:70px;
    padding-left: 70px;
    font-size: 16px;
    cursor:pointer;
    border-top:  solid 1px #34363a;
}
.menuli_red{
    background-image: url('/static/img/dang.png');
    background-repeat: no-repeat;
    background-position: 1px 10px;
    background-color:  #1b1c1f;
}
.menuli_red *{
    color: #fff;
}
.menudiv{
    line-height: 56px;
    background-image:  url("/static/img/kai.png");
    background-repeat: no-repeat;
    background-position: 180px 26px;
    padding-left:72px;
    background-color: #222;
    cursor: pointer;
}
.menuul{
    background:  #393c42;
}
.menuul *{
    color: #fff;
}
.menuul li{
    padding-right: 30px;
    padding-left:74px;
    line-height: 45px;
    list-style:disc;
    list-style-position:inside;
    font-size: 10px;
    border-bottom: solid 1px #34363a;
    cursor: pointer;
}
.menuul li a{
    font-size: 14px;
    line-height: 34px;
}

.homebg{
    width:100%;
    background: #f4f4f4;
}
.homepay{
    padding-left: 20px;
    margin-top: 14px;
    margin-bottom: 20px;
    height: 300px;
}
.homeCountTitle{
    font-size: 36px;
    color: #fff;
}
.homeCountNumber{
    font-size:72px;
    color: #fff;
}
.homepay li{
    float: left;
    width: 50%;

}
.homepay_left{
    max-width:732px;
    width:auto;
    height:260px;
    padding-left: 70px;
    padding-top: 40px;
    background-image: url('/static/img/jinri.png') ;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    margin-right: 10px;
}
.homepay_right{
    max-width:734px;
    width: auto;
    height:260px;
    padding-left: 70px;
    padding-top: 40px;
    background-image: url('/static/img/zuori.png') ;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    margin-right: 10px;
}
.homeorder{
    padding-left: 20px;
    height: 295px;
    margin-bottom: 20px;
}
.homeorder li{
    float: left;
    width:33.333%;
}
.homeorder_left{
    text-align: right;
    background-image: url('/static/img/daifahuo.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    max-width:527px;
    width: auto;
    height:245px;
    padding-top: 55px;
    margin-right: 10px;
}
.homeorder_left div{
    padding-right: 45px;
}
.homeorder_center{
    text-align: right;
    background-image: url('/static/img/order.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    max-width:527px;
    width: auto;
    height:245px;
    padding-top: 55px;
    margin-right: 10px;
}
.homeorder_center div{
    padding-right: 45px;
}
.homeorder_right{
    text-align: right;
    background-image: url('/static/img/zaoshou.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    max-width:527px;
    width: auto;
    height:245px;
    padding-top: 55px;
    margin-right: 10px;
}
.homeorder_right div{
    padding-right: 45px;
}

@media screen and (max-width: 1280px) {
	.homepay{
		height: 240px;
	}
	.homepay_left,.homepay_right{
		height:210px;
		padding-left: 60px;
		padding-top: 30px;
	}
	.homeorder {
		height: 230px;
	}
	.homeorder_left,.homeorder_center,.homeorder_right{
		height:200px;
		padding-top: 30px;
	}
	.homeCountTitle{
		font-size: 32px;
	}
	.homeCountNumber{
		font-size:66px;
	}
}
@media screen and (max-width: 800px) {
	.homepay{
		height: 180px;
	}
	.homepay_left,.homepay_right{
		height:150px;
		padding-left: 40px;
		padding-top: 30px;
	}
	.homeorder {
		height: 170px;
	}
	.homeorder_left,.homeorder_center,.homeorder_right{
		height:140px;
		padding-top: 30px;
	}
	.homeCountTitle{
		font-size: 24px;
	}
	.homeCountNumber{
		font-size:58px;
	}
	.homeorder_left div,.homeorder_center div,.homeorder_right div{
		padding-right:20px;
	}
}
/*
 * 首部
 */
.header{
    width:100%;
    background: #f4f4f4;
}
.search_group{
    width:100%;
    line-height: 32px;
}
.search_group > div{
    float: left;
    padding: 0px 0px 10px 15px;
}
.search_group > div label{
    float: left;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: normal;
}
.search_group > div div{
    float: left;
    padding-left: 5px;
}
.search_group input,
.search_group select{
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    padding: 0px 5px;
}
.search_group .nb_width{
    width: 150px;
}
.search_group .lg_width{
    width: 150px;
    line-height: 32px;
}
.search_group .md_width{
    width: 100px;
}
.search_group .sm_width{
    width: 70px;
}

/*
 * 体部
 */
.thead{
    min-width: 100%;
    width:auto;
    overflow: auto;
}
.table{
    min-width: 100%;
    margin-bottom:0px;
    margin-top: 20px;
}
.table th{
    text-align: center;
    background: #f0f3f7;
    font-size: 14px;
    border-bottom: none;
}

.table td{
    text-align: center;
    border-bottom:  solid 1px #dadada;
}
.tbody{
    min-width: 100%;
    padding-top: 28px;
}
.col_width_50{min-width: 50px;}
.col_width_60{min-width: 60px;}
.col_width_70{min-width: 70px;}
.col_width_80{min-width: 80px;}
.col_width_90{min-width: 90px;}
.col_width_100{min-width: 100px;}
.col_width_120{min-width: 120px;}
.col_width_140{min-width: 140px;}
.col_width_150{min-width: 150px;}
.col_width_160{min-width: 160px;}
.col_width_180{min-width: 180px;}
.col_width_200{min-width: 200px;}
.col_width_220{min-width: 220px;}
.col_width_240{min-width: 240px;}
.col_width_260{min-width: 260px;}
.col_width_280{min-width: 280px;}
.col_width_300{min-width: 300px;}
.col_width_320{min-width: 320px;}
.col_width_340{min-width: 340px;}
.col_width_360{min-width: 360px;}
.col_width_380{min-width: 380px;}
.col_width_400{min-width: 400px;}

/*
 * 尾部
 */
.footer{
    width: 100%;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer .page_group{
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.footer .page_group li{
    line-height: 20px;
    float: left;
    margin-right: 5px;
}
.footer .page_group select{
    border: 1px solid #bbb;
    border-radius: 2px;
}
.footer .page_group .prev_page,
.footer .page_group .next_page,
.footer .page_group .reload{
    width: 16px;
    height: 20px;
    background-image: url("/static/image/fj.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
}
.footer .page_group .prev_page{
    background-position: -16px 2px;
}
.footer .page_group .next_page{
    background-position: -32px 2px;
}
.footer .page_group .reload{
    background-position: -64px 2px;
}
.footer .page_group .line{
    width: 0px;
    padding-left: 2px;
    padding-right: 2px;

}
.footer .button_group{
    float: right;
    padding-top: 5px;
}
.footer .button_group button{
    display: inline;
    height: 30px;
    color: #fff;
    background: -webkit-linear-gradient(top, #3078BB, #336E9D);
    background: -moz-linear-gradient(top, #3078BB, #336E9D);
    background: -o-linear-gradient(top, #3078BB, #336E9D);
    background: linear-gradient(top, #3078BB, #336E9D);
    padding: 0px 10px;
    margin-right: 10px;
    border-radius: 2px;
}
.footer .button_group button:hover{
    background: -webkit-linear-gradient(top, #4b8cc8, #3682be);
    background: -moz-linear-gradient(top, #4b8cc8, #3682be);
    background: -o-linear-gradient(top, #4b8cc8, #3682be);
    background: linear-gradient(top, #4b8cc8, #3682be);
}
/*
 * 水平排列
 */
.horizontal{
    width: 900px;
    min-width: 900px;
    border-radius: 3px;
    border: 1px solid #e1e1e8;
    background-color: #f7f7f7;
    padding: 10px 30px 10px 0px;
    margin: 20px auto;
}
.horizontal .floor input,
.horizontal .floor select,
.horizontal .floor textarea{
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 30px;
    line-height: 28px;
    padding: 0px 10px;
}
.horizontal .floor textarea{
    height: auto;
    line-height: 20px;
    padding: 5px;
}
.horizontal .floor .form-group{
    width: 50%;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}
.horizontal .floor .control-label{
    float: left;
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
}
.horizontal .floor .control-div{
    float: left;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    padding: 0px 10px;
}
.horizontal .floor .form-control2{
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.horizontal .button1{
    display: block;
    width: 100%;
    height: 30px;
    color: #fff;
    padding: 5px 0px;
    margin-top: 10px;
    border-radius: 2px;
    background: -webkit-linear-gradient(top, #3078BB, #336E9D);
    background: -moz-linear-gradient(top, #3078BB, #336E9D);
    background: -o-linear-gradient(top, #3078BB, #336E9D);
    background: linear-gradient(top, #3078BB, #336E9D);
}
.horizontal .button1:hover{
    background: -webkit-linear-gradient(top, #4b8cc8, #3682be);
    background: -moz-linear-gradient(top, #4b8cc8, #3682be);
    background: -o-linear-gradient(top, #4b8cc8, #3682be);
    background: linear-gradient(top, #4b8cc8, #3682be);
}



.activity_header{
    width:auto;
    padding-left: 50px;
    margin-top: 40px;
}
.activity_header button{
    margin-right: 24px;
}
.activity_header_red{
    background-color: #d43b33;
    width:120px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 1px;
}
.activity_header_red em{
    color: #fff;
    padding-right: 6px;
}
.activity_header_hui{
    background-color: #e1e1e1;
    width:120px;
    height: 40px;
    font-size:14px;
    border-radius:1px;
}
.activity_header_hui em{
    padding-right: 6px;
}



.goConfim{
    height: 22px;
    width:40px;
    font-size: 12px;
    background-color: #d43b33;
    line-height: 22px;
    color: #fff;
    border-radius: 4px;
}
